GtkWindow: Add a way to declare initial focus in ui files
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 Aug 2014 09:35:34 +0000 (11:35 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 Aug 2014 09:58:13 +0000 (11:58 +0200)
commit14eccae6037f9848096bbc59b62a7cec7640ad08
treeee8fb9387bcc3d0adbacd3a6bab2ff4fd8606845
parent52ab9a36fa273a889c09ea0a7122ab20a94d8543
GtkWindow: Add a way to declare initial focus in ui files

With this commit, it is possible to use <initial-focus name="blah">
to declare the initial focus widget for a window.

This is related to
https://bugzilla.gnome.org/show_bug.cgi?id=734033
gtk/gtkwindow.c